home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / kde4 / config.kcfg / slox.kcfg < prev    next >
Extensible Markup Language  |  2008-01-14  |  1KB  |  53 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
  3.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
  5.       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  6.   <kcfgfile name="sloxrc"/>
  7.  
  8.   <group name="General">
  9.     <entry name="Server" type="String">
  10.       <label>Server name</label>
  11.       <default></default>
  12.     </entry>
  13.     <entry name="User" type="String">
  14.       <label>User name</label>
  15.       <default></default>
  16.     </entry>
  17.     <entry name="Password" type="Password">
  18.       <label>User password</label>
  19.       <default></default>
  20.     </entry>
  21.     <entry name="SavePassword" type="Bool">
  22.       <label>Save Password</label>
  23.       <default>true</default>
  24.     </entry>
  25.     <entry name="UseHttps" type="Bool">
  26.       <label>Use HTTPS</label>
  27.       <default>false</default>
  28.     </entry>
  29.     <entry name="LogFile" type="String">
  30.       <label>Log File</label>
  31.     </entry>
  32.   </group>
  33.  
  34.   <group name="Resources">
  35.     <entry name="KcalResource" type="String">
  36.       <label>Id of KCal resource</label>
  37.     </entry>
  38.     <entry name="KabcResource" type="String">
  39.       <label>Id of KABC resource</label>
  40.     </entry>
  41.   </group>
  42.  
  43.   <group name="Constants">
  44.     <entry name="EnableFreeBusy">
  45.       <default>true</default>
  46.     </entry>
  47.   </group>
  48.  
  49.   <propagation source="sloxrc/Constants/EnableFreeBusy"
  50.                target="korganizerrc/FreeBusy/FreeBusyRetrieveAuto" />
  51.  
  52. </kcfg>
  53.